Interface AsaWebvpnUserInfo

All Superinterfaces:
IPCObject
All Known Implementing Classes:
AsaWebvpnUserInfoImpl

public interface AsaWebvpnUserInfo extends IPCObject
Information provided by the PKI file:

    \class AsaWebvpnUserInfo
    
    \brief AsaWebvpnUserInfo manipulates clientless VPN users on ASA devices.
    
    \example network().getDevice("ASA0").getWebvpnUserManager().getClientlessVpnUserAt(0)
    
Author:
Auto-generated
  • Method Details

    • addBookmark

      boolean addBookmark(String bookmarkName, String url)
      Information provided by the PKI file:
      
          \brief Adds a bookmark with the specified name and URL.
          
          /param bookmarkName, the title of the bookmark.
          /param url, the URL of the bookmark.
          
          \return bool, true if the bookmark was added successfully, otherwise false.
          
              
      Parameters:
      bookmarkName - Takes in a parameter of bookmarkName
      url - Takes in a parameter of url
      Returns:
      boolean Returns a boolean
    • setProfileName

      void setProfileName(String name)
      Information provided by the PKI file:
      
          \brief Sets the name of the profile.
          
          /param name, the name of the profile.
          
              
      Parameters:
      name - Takes in a parameter of name
    • setPolicyName

      void setPolicyName(String name)
      Information provided by the PKI file:
      
          \brief Sets the name of the group policy.
          
          /param name, the name of the group policy.
          
              
      Parameters:
      name - Takes in a parameter of name
    • setBookmarkName

      void setBookmarkName(String title)
      Information provided by the PKI file:
      
          \brief Sets the title of the bookmark.
          
          /param title, the title of the bookmark.
          
              
      Parameters:
      title - Takes in a parameter of title
    • setUrlName

      void setUrlName(String url)
      Information provided by the PKI file:
      
          \brief Sets the URL of the bookmark.
          
          /param url, the URL of the bookmark.
          
              
      Parameters:
      url - Takes in a parameter of url
    • getUserName

      String getUserName()
      Information provided by the PKI file:
      
          \brief Returns the username of this clientless VPN user.
          
          \return string, the username of this clientless VPN user.
          
              
      Returns:
      String Returns a String
    • getProfileName

      String getProfileName()
      Information provided by the PKI file:
      
          \brief Returns the profile name of this clientless VPN user.
          
          \return string, the profile name of this clientless VPN user.
          
              
      Returns:
      String Returns a String
    • getPolicyName

      String getPolicyName()
      Information provided by the PKI file:
      
          \brief Returns the group policy name of this clientless VPN user.
          
          \return string, the group policy name of this clientless VPN user.
          
              
      Returns:
      String Returns a String
    • getBookmarkName

      String getBookmarkName()
      Information provided by the PKI file:
      
          \brief Returns the title of the bookmark of this clientless VPN user.
          
          \return string, the title of the bookmark of this clientless VPN user.
          
              
      Returns:
      String Returns a String
    • getUrlName

      String getUrlName()
      Information provided by the PKI file:
      
          \brief Returns the URL of the bookmark of this clientless VPN user.
          
          \return string, the URL of the bookmark of this clientless VPN user.
          
              
      Returns:
      String Returns a String